home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 6
/
Amiga Format AFCD06 (Nov 1996, Issue 90).iso
/
screenplay
/
utility
/
game_patches_for_hd
/
shadowfighter
/
install-sf
< prev
next >
Wrap
Text File
|
1996-06-19
|
874b
|
45 lines
echo "Shadow Fighter HD Installation. Written by Jean-François Fabre 1996"
echo ""
echo "Insert Shadow Fighter disk 1 into drive df0:"
ask "Press <RETURN> to continue or y to abort."
if WARN
skip abort
ENDIF
disk2file 0 ShadowFighter.Disk1
echo "Insert Shadow Fighter disk 2 into drive df0:"
ask "Press <RETURN> to continue or y to abort."
if WARN
skip abort
ENDIF
disk2file 0 ShadowFighter.Disk2
echo "Insert Shadow Fighter disk 3 into drive df0:"
ask "Press <RETURN> to continue or y to abort."
if WARN
skip abort
ENDIF
disk2file 0 ShadowFighter.Disk3
echo "Insert Shadow Fighter disk 4 into drive df0:"
ask "Press <RETURN> to continue or y to abort."
if WARN
skip abort
ENDIF
disk2file 0 ShadowFighter.Disk4
echo "Installation complete. Click the SF icon to run the game."
skip fin
else
lab abort
echo "Installation aborted"
quit
endif
lab fin
wait 3